home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Quarterly
/
The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso
/
pc
/
demos
/
a6
/
a6.dir
/
00021_VOL DOWN toggle.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-08-19
|
335 b
|
15 lines
on mouseDown
puppetSprite(35, 1)
set the memberNum of sprite 35 to the number of member "VOL DOWN ON"
updateStage()
end
on mouseUp
set the memberNum of sprite 35 to the number of member "VOL DOWN OFF"
if the soundLevel > 0 then
set the soundLevel to the soundLevel - 1
end if
updateStage()
puppetSprite(35, 0)
end